home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / mebbs / MEBBSNet_Demo.lha / Disks / MEBBSNet Pro Disk 2 / Menus / Menu7.Menu < prev    next >
Text File  |  1995-02-26  |  2KB  |  129 lines

  1. ; Menu7.Menu
  2. ;
  3. ; This is a basic MEBBSNet main menu. Level 5
  4. ;
  5.  
  6. Page 7
  7. Type General
  8. Prompt Mainp
  9.  
  10. ; Page 1 always denotes the root menu (the one users enter when they logon)
  11. ; for your BBS.
  12.  
  13. Helpfile Default MainMenu
  14. Helpfile Level 0 NewUserMenu
  15. Helpfile Level 4 RSRMenu
  16. Helpfile Level 5 VSysopMenu
  17. Helpfile Level 6 MBetaMenu
  18. Helpfile Level 8 MBSysMenu
  19. Helpfile Level 9 MRegMenu
  20. ; Note that no path is required with the filename of the help file, because
  21. ; the help files have to be in your text files directory anyway.
  22. ; Also note that no extender is put on it either.
  23.  
  24. Option 'A':
  25.    Function Adjust
  26.    end
  27.  
  28. Option 'B':
  29.    Function Bulletins
  30.    end
  31.  
  32. Option 'C':
  33.    Function Chat
  34.    end
  35.  
  36. Option 'D':
  37.    Function Doors
  38.    end
  39.  
  40. ; Added below for fido messages
  41. Option 'E':
  42.    Function PassMessages 2
  43.    end
  44.  
  45. Option 'F':
  46.    Function Passfiles 2
  47.    end
  48.  
  49. ; With both Passfiles and Passmessages, a "sig" parameter of 0 signifies
  50. ; a BBS without sig seperation - all your message areas and file areas
  51. ; are in one area.
  52.  
  53. Option 'G':
  54.    Function Goodbye
  55.    end
  56.  
  57. Option 'H':
  58.    Function ShowFile MEBBSNET:TXT/MainHelp Clear
  59.    end
  60.  
  61. ; Added below for sysop messages only
  62. Option 'I':
  63.    Function PassMessages 3
  64.    end
  65.  
  66. Option 'J':
  67.    Minaccess 4
  68.    Maxaccess 4
  69.    Function Passfiles 4
  70.    end
  71.  
  72. Option 'K':
  73.    Minaccess 6
  74.    Maxaccess 9
  75.    Function Passfiles 6
  76.    end
  77.  
  78. Option 'L':
  79.    Function Feedback
  80.    end
  81.  
  82. Option 'M':
  83.    Function PassMessages 1
  84.    end
  85.  
  86. Option 'N':
  87.    Maxaccess 1
  88.    Function RunDoor mebbsnet:doors/autovalidate/autoval
  89.    end
  90.  
  91. ;Option 'P':
  92. ;   Function RunDoor DOORS:MEBBSQWK/MEBBSQWK
  93. ;   Minaccess 2
  94. ;   end
  95.  
  96. Option 'S':
  97.    Function Status
  98.    end
  99.  
  100. Option 'T':
  101.    Function Textfiles
  102.    end
  103.  
  104. Option 'U':
  105.    Function Userlist
  106.    end
  107.  
  108. Option 'V':
  109.    Function ShowFile MEBBSNET:TXT/MechEngr
  110.    end
  111.  
  112. Option 'W':
  113.    Function Waiting
  114.    end
  115.  
  116. ;The following are the examples of the appropriate commands to execute
  117. ;the multiuser conference program and the list users online program.
  118. ;They are commented out since not everyone will want to use them, and
  119. ;the location these will be placed in your file system will probably
  120. ;be different.
  121.  
  122. ;Option 'O':
  123. ;   Function MultiRunDoor mebbsnet:doors/conf/StarUSRS bypass
  124. ;   end
  125.  
  126. ;Option '!':
  127. ;   Function MultiRunDoor mebbsnet:doors/conf/conf bypass
  128. ;   end
  129.